home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Demo Software / MacroMind Director Demo / MM Director 2.0SD / MM Director 2.0SD.rsrc / STR#_484.txt < prev    next >
Text File  |  1990-08-10  |  185b  |  21 lines

  1. return {anyThing} 
  2.  
  3. repeat while {test} 
  4.  
  5. method {aName} 
  6.  
  7. menu: {menuName}
  8.  
  9. macro {aName} 
  10.  
  11. instance {variableList} 
  12.  
  13. if {test} then 
  14.  
  15. global {variableList} 
  16.  
  17. factory {aName} 
  18.  
  19. exit 
  20.  
  21.